Skip to content

Add sigmoid operator#14

Merged
voltjia merged 2 commits into
InfiniTensor:masterfrom
stever178:develop-sigmoid
May 10, 2025
Merged

Add sigmoid operator#14
voltjia merged 2 commits into
InfiniTensor:masterfrom
stever178:develop-sigmoid

Conversation

@stever178
Copy link
Copy Markdown
Contributor

pytest output:

=============================== test session starts ================================
platform linux -- Python 3.12.3, pytest-8.3.5, pluggy-1.5.0
rootdir: /home/lsj/projects/ntops
configfile: pyproject.toml
plugins: cov-6.1.1
collected 70 items

tests/test_abs.py ........                                                   [ 11%]
tests/test_add.py ........                                                   [ 22%]
tests/test_addmm.py ..                                                       [ 25%]
tests/test_bmm.py ..                                                         [ 28%]
tests/test_div.py ........                                                   [ 40%]
tests/test_exp.py ........                                                   [ 51%]
tests/test_gelu.py ........                                                  [ 62%]
tests/test_mm.py ..                                                          [ 65%]
tests/test_mul.py ........                                                   [ 77%]
tests/test_rsqrt.py ........                                                 [ 88%]
tests/test_sigmoid.py ........                                               [100%]

========================== 70 passed in 89.79s (0:01:29) ===========================

@voltjia
Copy link
Copy Markdown
Collaborator

voltjia commented May 10, 2025

pytest output:

============================= test session starts ==============================
platform linux -- Python 3.12.3, pytest-8.3.5, pluggy-1.5.0
rootdir: /home/voltjia/ntops
configfile: pyproject.toml
plugins: cov-6.0.0
collected 94 items

tests/test_abs.py ........                                               [  8%]
tests/test_add.py ........                                               [ 17%]
tests/test_addmm.py ..                                                   [ 19%]
tests/test_bmm.py ..                                                     [ 21%]
tests/test_cos.py ........                                               [ 29%]
tests/test_div.py ........                                               [ 38%]
tests/test_exp.py ........                                               [ 46%]
tests/test_gelu.py ........                                              [ 55%]
tests/test_mm.py ..                                                      [ 57%]
tests/test_mul.py ........                                               [ 65%]
tests/test_relu.py ........                                              [ 74%]
tests/test_rsqrt.py ........                                             [ 82%]
tests/test_sigmoid.py ........                                           [ 91%]
tests/test_sin.py ........                                               [100%]

======================= 94 passed in 1263.51s (0:21:03) ========================

@voltjia voltjia merged commit fcd5925 into InfiniTensor:master May 10, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants